google.golang.org/grpc/internal/transport.http2Client.streamsQuotaAvailable (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L121: streamsQuotaAvailable chan struct{}
http2_client.go#L360: streamsQuotaAvailable: make(chan struct{}, 1),
http2_client.go#L843: ch = t.streamsQuotaAvailable
http2_client.go#L870: case t.streamsQuotaAvailable <- struct{}{}:
http2_client.go#L993: case t.streamsQuotaAvailable <- struct{}{}:
http2_client.go#L1334: close(t.streamsQuotaAvailable) // wake all of them up.
http2_client.go#L1335: t.streamsQuotaAvailable = make(chan struct{}, 1)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)